; * make-dist: Include ELisp hierarchy diagram in tarballs (bug#76441).
authorEli Zaretskii <eliz@gnu.org>
Thu, 14 Aug 2025 09:04:03 +0000 (05:04 -0400)
committerEli Zaretskii <eliz@gnu.org>
Thu, 14 Aug 2025 09:04:03 +0000 (05:04 -0400)
make-dist

index ba82b261743703d1e65ae4db558a30c133d91777..2b287284a3a832afc7c7a150e138110497cb640c 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -369,7 +369,7 @@ possibly_non_vc_files="
 ) || exit
 
 if [ $with_info = yes ]; then
-  info_files="info/dir $(echo info/*.info)" || exit
+  info_files="info/dir $(echo info/*.info info/*.txt info/*.jpg)" || exit
 else
   info_files=
 fi